home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / calendar / calendar.all next >
Encoding:
Text File  |  2010-04-06  |  981 b   |  34 lines

  1. /*
  2.  * International and national calendar files
  3.  *
  4.  * This is the calendar master file.  In the standard setup, it is
  5.  * included by /etc/calendar/default, so you can make any system-wide
  6.  * changes there and they will be kept when you upgrade.  If you want
  7.  * to edit this file, copy it into /etc/calendar/calendar.all and
  8.  * edit it there.
  9.  *
  10.  * $FreeBSD: src/usr.bin/calendar/calendars/calendar.all,v 1.8 2002/11/19 00:29:36 grog Exp $
  11.  */
  12.  
  13. #ifndef _calendar_all_
  14. #define _calendar_all_
  15.  
  16. #include <calendar.world>
  17. #include <calendar.argentina>
  18. #include <calendar.australia>
  19. #include <calendar.belgium>
  20. #include <calendar.croatian>
  21. #include <calendar.dutch>
  22. #include <calendar.french>
  23. #include <calendar.german>
  24. #include <calendar.hungarian>
  25. #include <calendar.kazakhstan>
  26. #include <calendar.newzealand>
  27. #include <calendar.russian>
  28. #include <calendar.southafrica>
  29. #include <calendar.thai>
  30. #include <calendar.ukrainian>
  31. #include <calendar.usholiday>
  32.  
  33. #endif /* !_calendar_all_ */
  34.